fillCircle

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void fillCircle(int x, int y, int radius, HipColor color, int precision)
    version(DefineOverloadings)
    void
    fillCircle
    (
    int x
    ,
    int y
    ,
    int radius
    ,
    HipColor color = HipColor.no
    ,
    int precision = 24
    )
  2. void fillCircle(float x, float y, float radius, HipColor color, int precision)

Meta